projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d097a
)
(Info-mode-map): Bind `c' to Info-copy-current-node-name.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 8 May 2002 14:38:30 +0000
(14:38 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 8 May 2002 14:38:30 +0000
(14:38 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 4fe0970ea80958af9e4e077fc698dc331bdf4b12..b8e91cc431bb56d15fc9f61fc83a2b16513c15fd 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-2097,6
+2097,7
@@
If no reference to follow, moves to the next node, or up if none."
(define-key Info-mode-map "<" 'Info-top-node)
(define-key Info-mode-map ">" 'Info-final-node)
(define-key Info-mode-map "b" 'beginning-of-buffer)
+ (define-key Info-mode-map "c" 'Info-copy-current-node-name)
(define-key Info-mode-map "d" 'Info-directory)
(define-key Info-mode-map "e" 'Info-edit)
(define-key Info-mode-map "f" 'Info-follow-reference)